Join Method (IIndexScanner<T,TKey>)
In This Topic
Correlates the items of this indexed collection with the items of another sequence and returns the combined items with matching keys.
Overload List
Overload | Description |
Join<T2,TResult>(IEnumerable<T2>,Func<T2,TKey>,Func<T,T2,TResult>,JoinOperator) | Correlates the items of this indexed collection with the items of another sequence and returns the combined items with matching keys. |
Join<T2,TResult>(IIndexScanner<T2,TKey>,Func<T,T2,TResult>,JoinOperator) | Correlates the items of this indexed collection with the items of another indexed collection and returns the combined items with matching keys. |
See Also